All Packages Class Hierarchy This Package Previous Next Index
NSTextAttachmentCell
*
- attachment
Objective-C instance method.
- cellBaselineOffset
Objective-C instance method.
- cellSize
Objective-C instance method.
- drawWithFrame:inView:
Objective-C instance method.
- highlight:withFrame:inView:
Objective-C instance method.
- setAttachment:
Objective-C instance method.
- trackMouse:inRect:ofView:untilMouseUp:
Objective-C instance method.
- wantsToTrackMouse
Objective-C instance method.
public abstract void drawWithFrame(Rect cellFrame, View controlView)
- drawWithFrame:inView:
Objective-C instance method.
public abstract boolean wantsToTrackMouse()
- wantsToTrackMouse
Objective-C instance method.
public abstract void highlightWithFrameInView(boolean flag, Rect cellFrame, View controlView)
- highlight:withFrame:inView:
Objective-C instance method.
public abstract boolean trackMouse(Event theEvent, Rect cellFrame, View controlView, boolean flag)
- trackMouse:inRect:ofView:untilMouseUp:
Objective-C instance method.
public abstract Size cellSize()
- cellSize
Objective-C instance method.
public abstract Point cellBaselineOffset()
- cellBaselineOffset
Objective-C instance method.
public abstract void setAttachment(TextAttachment anObject)
- setAttachment:
Objective-C instance method.
public abstract TextAttachment attachment()
- attachment
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index